@charset "utf-8";
@import url(../../share.css);

/* ***** 共享 START ***** */

* { margin: 0; padding: 0 }
body {
	font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #333;
	background: #E9EAED;
	line-height: 1.5;
	overflow-x: hidden;
}
img {
	border: 0;
	/* display: block */
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #000;
	text-decoration: none;
}
@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot'); /* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/* ***** 共享 END ***** */



/* ***** 页头 START ***** */

header {
	width: 100%;
	padding: 5px 0;
	background: #8D040B;
	height: 50px;
	margin-bottom: 15px;
}
header::before {
	background: #000 linear-gradient(to left, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
	content: "";
	height: 5px;
	position: absolute;
	top: 0;
	width: 100%;
}
.topArea {
	width: 1200px;
	margin: auto;
}
#navMenuIco {
	display: none;
	margin: 5px 0 0 0;
	width: 24px;
	height: 40px;
	float: right;
	text-align: center;
	padding: 0 10px;
}
.navIcoImg {
	display: block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #fff;
	margin-top: 20px;
}
.navIcoImg:before, .navIcoImg:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #fff;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.navIcoImg:before {
	margin-top: -10px;
}
.navIcoImg:after {
	margin-top: 10px;
}
.open {
	display: block !important;
}
.open .navIcoImg {
	background: none
}
.open .navIcoImg:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .navIcoImg:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .navIcoImg:before, .open .navIcoImg:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #fff;
}
.logoBox {
	float: left;
	margin-right: 20px;
	line-height: 50px;
	color: #FFF;
	font-size: 22px;
	max-width:280px;
}
.logoBox a {
	color: #FFF
}
.logoBox .wapLogo	{ display:none; }
nav {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
    width: 100%;
    /* width: 780px; */
}

#navMenuList {
}

#navMenuList li {
	position: relative;
	display: inline;
	float: left;
	width: max-content;
}
#navMenuList li a {
	display: inline;
	float: left;
	padding: 0 16px;
	color: #fff
}
#navMenuList li a:hover, #navMenuList #selected, .selected > a, #navMenuList li:hover {
	color: #00c1de;
}
#navMenuList li:hover a {
	color: #00c1de
}
#navMenuList ul.sub {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50px;
	background: #1C2327;
	display: none;
	z-index: 9
}
#navMenuList ul.sub li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
}
#navMenuList ul.sub li:last-child {
	padding-bottom: 10px
}
#navMenuList ul.sub li a {
	color: #FFF
}
#navMenuList ul.sub li a:hover {
	color: #00c1de
}
#navMenuList li:hover ul.sub {
	display: block
}
.arrowMenu:before {
	position: absolute;
	content: "";
	top: 22px;
	right: 5px;
	background: url(arrowMenu.png) no-repeat;
	width: 8px;
	height: 8px;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.arrowMenu:hover:before {
	transform: rotate(180deg)
}
.arrowMenu span {
	display: none;
	width: 50px;
	height: 50px;
	background: #12b7de;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	border-left: #49ccea 1px solid;
}
.referBox {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	display: none;
}
.referIco {
	margin-top: 5px;
	width: 39px;
	height: 39px;
	float: right;
	display: inline;
	cursor: pointer;
	background: url(referIco.png) no-repeat center !important;
}
.userIco {
	margin-top: 5px;
	width: 39px;
	height: 39px;
	float: right;
	display: inline;
	cursor: pointer;
	background: url(userIco.png) no-repeat center !important;
	position:relative;
}
.wapIco {
	margin-top: 5px;
	width: 39px;
	height: 39px;
	float: right;
	display: inline;
	cursor: pointer;
	background: url(wapIco.png) no-repeat center !important;
}
.referDiv {
	width: 50%;
	margin: 20px auto;
	background: #222;
	border-radius: 0 5px 5px 0;
	position: relative;
	border: #ccc 1px solid;
}
.referDiv input.refSubmit {
	border: 0;
	background: 0;
	color: #fff;
	outline: none;
	position: absolute;
	padding: 10px 11%;
	cursor: pointer;
}
.referDiv input.refContent {
	border: 0;
	color:#999999;
	line-height: 36px;
	height: 36px;
	width: 72%;
	padding-left: 10px;
	outline: none
}
.referClose {
	background: url(referClose.png) no-repeat;
	display: block;
	position: absolute;
	width: 28px;
	height: 30px;
	right: 5px;
	top: 5px
}

.userIco .a	{ width:100%; height:100%; }
.userIco .userLoginDiv{position:absolute;z-index:100001;right:0;top:38px;}
.userIco .show{width:400px;background:#FFF;box-shadow:0px 3px 14px #a9a9a9;border-radius:7px;padding:20px 25px;display:none;}
.userIco:hover .show{display:block;animation:pop-in;transform-origin:50% top;animation-duration:.15s;animation-fill-mode:both;animation-timing-function:ease-out;}

/* ***** 页头 END ***** */



/* ***** 页尾 START ***** */
footer {
	background: #8D040B;
	width: 100%;
	border-top: #00C1DE 10px solid;
	padding: 30px 0;
	color: #73777a;
	font-size: 14px;
}
footer a {
	color: #73777a;
}
footer a:hover {
	color: #00C1DE
}
.top {
	width: 40px;
	height: 40px;
	display: block;
	background: url(top.png) no-repeat center #000;
	right: 20px;
	bottom: 10%;
	position: fixed
}


/* ***** 页尾 END ***** */



/* ***** 首页 START ***** */
.copyrightBox, .bodyArea, article {
	width: 1200px;
	margin: auto;
	overflow: hidden
}
.copyrightBox	{ text-align:center; line-height:1.8; }

.leftArea {
	width: 882px;
	float: left;
	overflow: hidden
}
.rightArea {
	width: 300px;
	float: right;
	overflow: hidden;
}
.fullArea	{ width:1200px; }

.homeItemList {
	clear: both;
	position: relative;
}
.shareBg {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.homeItemTab {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: #e4e3e3 1px solid;/* position: relative; */
	height:40px;
}
.homeItemTab li {
	display: block;
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	cursor: pointer
}
.currTab:after {
	content: "";
	background: #000;
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.homeItemOne {
	display: none;
}
.homeItemOne:nth-child(1) {
	display: block;
}
.homeItemOne ul li i {
	display: block;
	width: 20px;
	height: 20px;
	background: #9a9a9a;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	position: relative;
	font-style: normal
}
.homeItemOne ul li i::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
	width: 20px;
	text-align: center
}
.homeItemOne ul li:first-child i {
	background: #222;
}
.homeItemOne ul li:first-child i::before {
	content: "1";
}
.homeItemOne ul li:nth-child(2) i::before {
	content: "2";
}
.homeItemOne ul li:nth-child(3) i::before {
	content: "3";
}
.homeItemOne ul li:nth-child(4) i::before {
	content: "4";
}
.homeItemOne ul li:nth-child(5) i::before {
	content: "5";
}
.homeItemImg {
	float: left;
	width: 32%;
	height: 218px;
	overflow: hidden;
	position: relative;
}
.homeItemImg ul {
	overflow: hidden;
}
.homeItemImg li {
	height: 100px;
	position: relative;
	background: rgba(0,0,0,1);
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 3px
}
.homeItemImg li a {
	display: block;
	overflow: hidden
}
.homeItemImg img {
	height: 100%;
	width: 100%;
	opacity: .7;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.homeItemImg span {
	bottom: 0;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 22px;
}
.homeItemImg li:hover img {
	opacity: .9;
	transform: scale(1.1);
}
.homeItemFont {
	float: right;
	width: 66%
}
.homeItemFont li {
	overflow: hidden;
	line-height: 32px;
	padding: 0 20px 10px 20px;
}
.homeItemFont li a {
	height: 32px;
	overflow: hidden;
	display: block;
}
.homeItemFont li img {
	width: 100%
}
.homeItemFont li {
	height: 22px;
}
.homeItemFont li:hover {
	height: 100%;
	background: #f7f7f7
}
.homeItemFont li:hover a {
	color: #000;
	font-weight: bold
}
.homeItemFont li:hover i {
	background: #222;
}
.homeItemFont li:nth-child(1) {
	height: 100%;
	background: #f7f7f7
}
.homeItemFont li:nth-child(1) a {
	color: #000;
	font-weight: bold
}
.homeItemFont li:nth-child(1) i {
	background: #9a9a9a;
}
.homeItemFont:hover li:nth-child(1) {
	height: 22px;
	background: none;
}
.homeItemFont:hover li:nth-child(1) a {
	color: #333;
	font-weight: normal
}
.homeItemFont:hover li:nth-child(1) i {
	background: #9a9a9a;
}
.homeItemFont:hover li:nth-child(1):hover {
	height: 100%;
	background: #f7f7f7;
}
.homeItemFont:hover li:nth-child(1):hover a {
	color: #000;
	font-weight: bold
}
.homeItemFont:hover li:nth-child(1):hover i {
	background: #222;
}
.homeItemFont p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 48px;
}

.imgNewsList ul {
	overflow: hidden;
	padding: 10px 0 20px 10px;
	position: relative;
}
.imgNewsList ul:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 1px;
	height: 100%;
	left: 10px
}
.imgNewsList ul:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 1px;
	bottom: 20px;
	left: 0;
}
.imgNewsList li {
	float: left;
	width: 27.6%;
	border-bottom: #eee 1px solid;
	border-left: #eee 1px solid;
	overflow: hidden;
	padding: 20px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.imgNewsList li b {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.imgNewsList li span {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	font-size: 14px;
	height: 62px;
	display: block;
}
.imgNewsList li:hover {
	background: #fff;
	box-shadow: #ccc 1px 1px 8px;
}
.imgNewsList li:hover img {
	transform: scale(1.05)
}

.itemTitle {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
}
.itemTitle:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.itemTitle:hover:after {
	width: 80px;
}

.imgNewsMenu {
	float: right
}
.imgNewsMenu a {
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
	position: relative
}
.imgNewsMenu a:after {
	position: relative;
	content: "/";
	right: -10px;
	bottom: 0;
	color: #ccc
}
.imgNewsMenu a:last-child::after {
	content: ""
}
.imgNewsImg {
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 3px;
	background: #CCC;
	display: block
}
.imgNewsImg img {
	display: inline-block;
	width: 100%;
	min-height: 100%;
	height: auto;
	vertical-align: middle;
	transition: all .5s ease-out .1s;
}

.readMore {
	margin: 10px 0 0 0;
	color: #096;
	display: block;
}
.readMore:before {
	content: "+";
	color: #063
}

.subList ul {
	padding: 10px 0 0
}
.subList li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: #eee 1px dashed;
	padding-bottom: 20px;
	position: relative;
	min-height: 120px;
}
.subList li:hover .subTitle a {
	color: #337ab7;
}
.subTitle {
	margin: 0 0 10px 0;
	font-size: 18px;
	overflow: hidden;
}
.subTitle b {
	color: #F00
}
.subTitle .img {
	float:left;
	margin:2px 3px 0px 3px;
}
.subImg {
	float: left;
	width: 23.2%;
	margin-right: 20px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	max-height: 140px;
}
.subImg i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-style: normal;
	padding: 3px 5px;
	background: rgba(18,182,221,.8);
	font-size: 14px;
}
.subImg i a {
	color: #FFF
}
.imgScale img {
	width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.imgScale:hover img {
	transform: scale(1.1);
}
.subNote {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 20px
}
.subAddi {
	margin-top: 20px;
	overflow: hidden;
	color: #999;
	line-height: 34px;
	text-align: center;
}
.subAddi span {
	margin: 0 5px
}
.subAddi span a {
	color: #096
}
a.subMore {
	display: block;
	right: 10px;
	bottom: 20px;
	position: absolute;
	padding: 3px 10px;
	background: #12b7de;
	color: #fff;
	border-radius: 3px;
}

.infoBox li {
	margin-bottom: 8px
}
.infoBox li a {
	color: #096
}
.infoBox li a:hover {
	text-decoration: underline;
	color: #000
}

.flashBox {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom:15px;
}
.flashBox:hover .flashPage .page.prev {
	opacity: .7;
	left: 20px
}
.flashBox:hover .flashPage .page.next {
	opacity: .7;
	right: 20px
}
.flashMain {
	position: relative;
	width: 100%;
	height: 260px; /*padding-top: 50%;*/
	font-family: "futura", arial;
	overflow: hidden;
}
.flashMain .slide {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	opacity: 0;
}
.flashMain .slide img {
	width: 100%;
	height: 260px;
	margin: auto;
}
.flashMain .prev, .flashMain .next {
	position: absolute;
	height: 32px;
	line-height: 32px;
	width: 40px;
	top: 50%;
	left: 50px;
	z-index: 4;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0;
	transition: all 150ms;
}
.flashMain .prev {
	background: url(flashLeftArrow.png) no-repeat
}
.flashMain .next {
	left: auto;
	right: 50px;
	background: url(flashRightArrow.png) no-repeat
}
.flashMain .pager_list {
	position: absolute;
	width: 100%;
	height: 26px;
	padding: 0;
	line-height: 40px;
	bottom: 0;
	text-align: center;
	z-index: 4;
}
.flashMain .pager_list li {
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background: #fff;
	opacity: .9;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 150ms;
}
.flashMain .pager_list li:hover, .flashMain .pager_list li.active {
	opacity: 1;
	background: #12b7de;
}

.hotBox ul {
	overflow: hidden
}
.hotBox ul li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hotBox ul li:nth-child(even) {
	background: #f6f6f6
}
.hotBox ul li i {
	display: block;
	width: 16px;
	height: 16px;
	background: #B1B1B1;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	position: relative;
	font-style: normal
}
.hotBox ul li i {
	font-size: 9px;
	color: #fff;
	line-height: 16px;
	width: 16px;
	text-align: center
}
.hotBox ul li:first-child i {
	background: #ff2a2a;
}
.hotBox ul li:nth-child(2) i {
	background: #ffc107;
}
.hotBox ul li:nth-child(3) i {
	background: #03a9f4;
}
.hotBox ul li:hover {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.recomBox ul {
	overflow: hidden;
	padding-top: 10px
}
.recomBox li {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}
.recomBox li i {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}
.recomBox li i img {
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.recomBox li p {
	margin-top: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.recomBox li:hover {
	background: #f6f6f6;
}
.recomBox li:hover img {
	transform: scale(1.1);
}

.likeBox li {
	line-height: 22px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px
}
.likeBox li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0px;
	top: 10px;
}

.linkBox ul {
	overflow: hidden;
	margin-top: 20px
}
.linkBox li {
	display: inline-block;
	width: 50%;
	float: left;
	line-height: 30px;
	text-align: center
}
.linkBox li a {
	display: block;
}
.linkBox li:hover {
	background: #f7f7f7
}

.newMessItem .cont,.newMessItemNo .cont	{ background: #f6f6f6;padding:5px;width:100%; }

/* ***** 首页 END ***** */



/* ***** 次页 START ***** */
.subPageBox {
	text-align: center;
	color: #666;
	width: 100%;
	clear: both;
	margin: 0 0 10px;
}

.newsTitle {
	font-size: 22px;
	margin-top: 20px;
	text-align: center;
}
.newsNote {
	color: #888888;
	border: 1px solid #F3F3F3;
	padding: 10px;
	margin: 10px auto 0;
	line-height: 23px;
	background: none repeat 0 0 #F6F6F6;
}
.newsNote b {
	margin-right: 10px;
	color: #000;
}
.newsContent {
	line-height: 24px;
	margin-top: 20px;
}
.newsContent a {
	color: #09C;
	word-break: break-all;
}
.newsContent a:hover {
	text-decoration: underline
}
.newsContent p {
	margin: 6px 0;
}
/* .newsContent img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: auto
} */

.subPageBox {
	text-align: center;
	color: #666;
	width: 100%;
	clear: both;
	margin: 0 0 10px;
}
.subPageBox a {
	color: #666;
	margin: 0 5px 10px;
	padding: 5px 10px;
	background: #F7F7F7;
	display: inline-block;
}
.subPageBox a:hover, .subPageBox > b {
	color: #3690cf;
	color: #FFF;
	background: #1C2327;
}
.subPageBox > b {
	padding: 5px 10px;
}

.prevNext a {
	color: #000
}

.markNewsBox {
	margin: 10px 0;
	overflow: hidden
}
.markNewsBox li {
	position: relative;
	line-height: 26px;
	height: 26px;
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
}
.markNewsBox li a {
	display: block;
	margin-right: 30px;
	padding-left: 10px;
}
.markNewsBox li a:hover {
	text-decoration: underline;
	color: #000
}
.markNewsBox li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 10px;
	left: 0px;
	top: 12px;
}

.imgFontBox {
	margin-top: 20px;
	overflow: hidden
}
.imgFontBox li {
	width: 25%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.imgFontBox a {
	display: block;
	margin: 0 5px;
	padding-bottom: 10px;
	box-shadow: #ececec 0px 2px 5px;
}
.imgFontBox li i {
	display: block;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
}
.imgFontBox li i img {
	width: 100%;
	min-height: 120px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.imgFontBox li i:hover img {
	transform: scale(1.1);
}
.imgFontBox li p {
	font-weight: bold;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 8px
}
.imgFontBox li span {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	-webkit-line-clamp: 3;
	font-size: 14px;
	height: 62px;
	padding: 0 8px
}
.subNavMenu li	{ float:left; width:100px; padding: 3px 10px; background: #12b7de; color: #fff; border-radius: 3px; margin:5px; text-align:center; }
.subNavMenu li a	{ color: #fff; }

/* ***** 次页 END ***** */



/* ***** 插件 START ***** */

/* ***** 插件 END ***** */

/* ***** 调整 START ***** */

.uebox_api { margin-top:0; }
#topWapBtn {margin: 10px 0 0 8px;}
.listNavBox	{ margin:10px 0 25px 0; }
#replyContent, #messContent	{ width:100%; }
.replyBox1 .replyBtn		{ width:76px; height:21px; background:url(replyBtn.gif); }
.messageBox1 .replyBtn		{ width:76px; height:21px; background:url(messageBtn.gif); }
.redFontClass	{ color:red; }

.goodsArea	{ width:1200px; }
.goodsArea .titleBox	{ width:1200px; }
.goodsList2 .contBox	{ width:594px; }
.goodsList2 .contBox .proArea	{ width:340px; }
.goodsList1 ul li	{ width:282px; }
.goodsList1 ul li a.img	{ width:282px; }
.goodsList1 ul li a.img img	{ width:282px; }
.goodsBox	{ width:1200px; }
.goodsBox li	{ width:291px; }
.goodsBox .img img	{ width:283px;height:283px; }
.goodsSubBox	{ width:1250px; }
.goodsCols5 li	{ width:228.8px; }
.goodsCols5 .img img	{ width:222.8px; height:222.8px; }
.goodsCols5 .title	{ width:219.8px; }
.goodsBox .title	{ height:40px; }

/* 内容页左右侧翻页 */
a.pagePrev,a.pageNext{background:url(arrow.gif) no-repeat;}
a.pagePrev{margin-left:-710px;background-position:0 0;}
a.pageNext{margin-left:602px;background-position:0 -300px;}
a.pagePrev:hover,a.pageNext:hover{background-color:#F7F3ED;}

/* ***** 调整 END ***** */



/* 自适应 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.topArea {
		width: 96%
	}
	#navMenuList li a {
		padding: 0 10px;
	}
	#navMenuList li.arrowMenu:before {
		right: 0
	}
	.referBox {
		width: 96%
	}
	.copyrightBox, .bodyArea, article {
		width: 96%
	}
	.imgNewsList li {
		width: 27%
	}
	.flashMain .slide img {
		height: 320px
	}
	.linkBox li {
		width: 100%;
		text-align: left
	}

}

@media screen and (max-width: 1023px) {
	header {
		position: fixed;
		z-index: 999
	}
	.topArea {
		width: 100%
	}
	#navMenuIco {
		overflow: hidden;
		position: absolute;
	}
	#navMenuIco {
		display: block;
	}
	.logoBox {
		margin-left: 0;
		
		float: none;
		text-align: center;
		margin-right: 0px;
		max-width:100%;
	}
	.logoBox .pcLogo	{ display:none; }
	.logoBox .wapLogo	{ line-height: 56px;display:block; }
	nav {
		width: 100%;
		height: auto;
		background: rgba(0,0,0,0.5);
		/* margin-top: 18px; */
		position: fixed;
		z-index: 999;
		/* top: 42px; */
	}
	#navMenuList {
		display: none;
		width: 100%;/* top: 30px; */
		overflow-y: scroll;
		height: 100vh;
	}
	#navMenuList li {
		width: 55%;
		text-align: center;
		background: #12b7de;
		float: none;
		display: block;
		font-weight: bold;
	}
	#navMenuList li:last-child {
		padding-bottom: 100%
	}
	#navMenuList li a {
		color: #fff;
		display: block;
		width: 100%;
		text-align: center;
		float: none;
		padding: 0;
		background: #12b7de;
		border-bottom: #49ccea 1px solid;
	}
	#navMenuList ul.sub {
		display: block;
		position: inherit;
		left: inherit;
		top: inherit;
	}
	#navMenuList ul.sub li {
		width: 100%
	}
	#navMenuList ul.sub li:last-child {
		padding-bottom: 0;
		border-bottom: #49ccea 1px solid;
	}
	#navMenuList ul.sub li a {
		color: #fff;
		font-weight: normal;
		border-bottom: none;
	}
	#navMenuList ul.sub li a:hover, #navMenuList li:hover a, #navMenuList #selected {
		color: #fff;
	}
	.arrowMenu span {
		display: block;
		width: 50px;
		height: 50px;
		background: #12b7de;
		opacity: 0.5;
		position: absolute;
		top: 0;
		right: 0;
		border-left: #49ccea 1px solid;
	}
	.arrowMenu:before {
		right: 20px;
	}
	.referBox {
		width: 100%;
		position: fixed;
		top: 50px;
		z-index: 99;
		background: rgba(0,0,0,.8);
	}
	.referIco {
		position: absolute;
		top: 6px;
		right: 10px;
	}
	.userIco, .wapIco {
		display: none
	}
	.wapTopH	{ padding-top:70px; }
	.referDiv {
		width: 80%
	}
	.copyrightBox, .bodyArea, article {
		width: 96%
	}
	article {
		padding-top: 10px;
	}
	.leftArea, .fullArea {
		width: 100%
	}
	.rightArea {
		display: none
	}
	.imgNewsList li {
		width: 27%;
	}

}

@media only screen and (max-width: 768px) {
	.imgNewsList li {
		padding: 15px;
	}
	.imgNewsList li {
		width: 27.6%;
		padding: 8px
	}
	.imgNewsMenu a {
		font-size: 12px
	}
	#listNavInfo, #listNavGoPage{display:none}
	.listNavBox .navBtn	{ margin-left:1px; margin-right:0px; }
	#point, .newsNote, #goodsJsList, #goodsJsNews, #replyUserBox, #messUserBox, #navShowInfo, #navShowGoPage, #navAjaxInfo, #navAjaxGoPage	{ display:none; }
	#newsContent img	{ max-width:100% !important;height:auto !important; }

	/* 淘宝客 */
	.goodsArea	{ width:100%; }
	.goodsArea .refCont	{ width:170px; }
	.goodsList1 ul li	{ width:170px;height:300px;margin:0 8px 8px 0; }
	.goodsList1 ul li a.img	{ width:170px;height:170px; }
	.goodsList1 ul li a.img img	{ width:170px;height:170px; }
	.goodsList1 ul li .contBox .buybtn	{ width:68px; }
}

@media only screen and (max-width: 480px) {
	.homeItemTab {
		overflow-x: auto;
		height:44px;
	}
	.homeItemTab ul {
		width: 600px;
		overflow-x: scroll;
	}
	.homeItemTab li {
		margin-right: 30px;
		width: auto;
	}
	.currTab:after {
		width: 100%
	}
	.homeItemImg {
		width: 100%;
		height: auto
	}
	.homeItemImg li {
		width: 49%;
		float: left
	}
	.homeItemImg li:last-child {
		float: right
	}
	.homeItemImg li a {
		height: 100%
	}
	.homeItemImg span {
		padding: 0 8px;
	}
	.homeItemFont {
		float: none;
		width: 100%
	}
	.homeItemFont li {
		padding: 0 10px 10px 10px;
	}
	.imgNewsList ul {
		padding: 0
	}
	.imgNewsList li {
		width: 44%;
		padding: 8px;
	}
	.imgNewsList ul:before {
		left: 0;
	}
	.imgNewsList ul:after {
		bottom: 0
	}
	.imgNewsList li b {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		font-size: 14px;
		height: 42px;
		line-height: 24px;
		white-space: inherit;
	}
	.imgNewsMenu {
		float: none;
		width: 100%;
		clear: both;
		display: block;
		overflow: hidden;
	}
	.imgNewsImg {
		height: 60px;
	}
	.subImg {
		width: 100px;
		margin-right: 10px;
		max-height: 76px;
	}
	.subImg i {
		display: none
	}
	.imgScale img {
		height: 100%;
		max-width: 100%;
	}
	.subNote {
		margin-top: 15px
	}
	.subAddi {
		width: 100%
	}
	a.subMore {
		position: static;
		margin-top: 20px;
		text-align: center
	}
	.flashMain {
		height: 200px;
	}
	.flashMain .slide img {
		height: 200px;
	}
	.markNewsBox li {
		width: 100%
	}
	.imgFontBox li {
		width: 50%
	}

}